projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b533bba
)
ngl: remove unnecessary suffix array
author
Christian Hergert
<chergert@redhat.com>
Wed, 3 Mar 2021 21:03:24 +0000
(13:03 -0800)
committer
Christian Hergert
<chergert@redhat.com>
Wed, 3 Mar 2021 21:03:24 +0000
(13:03 -0800)
We didn't end up using this in the final version, so we can just delete
it and avoid MSVC issues.
gsk/ngl/gskngltexturelibraryprivate.h
patch
|
blob
|
history
diff --git
a/gsk/ngl/gskngltexturelibraryprivate.h
b/gsk/ngl/gskngltexturelibraryprivate.h
index 56c3d604cc1c1b8b5ce580cbff7cc432540c3081..7e042036ebd1c25e395f3b20bc0da047a019a264 100644
(file)
--- a/
gsk/ngl/gskngltexturelibraryprivate.h
+++ b/
gsk/ngl/gskngltexturelibraryprivate.h
@@
-85,11
+85,6
@@
typedef struct _GskNglTextureAtlasEntry
/* When true, backref is an atlas, otherwise texture */
guint is_atlased : 1;
-
- /* Suffix data that is per-library specific. gpointer used to
- * guarantee the alignment for the entries using this.
- */
- gpointer data[0];
} GskNglTextureAtlasEntry;
typedef struct _GskNglTextureLibrary